home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 27 / CDROM27.iso / share / progra / mai / Common Dialog, Map Network Drive - called with API < prev    next >
Encoding:
Text File  |  1997-07-15  |  235 b   |  7 lines

  1. 'Description: Calls the "Map Network Drive Dialog" without need for an OCX
  2.  
  3. 'Private Declare Function WNetConnectionDialog Lib "mpr.dll" _
  4. (ByVal hwnd As Long, ByVal dwType As Long) As Long
  5.  
  6. x% = WNetConnectionDialog(Me.hwnd, 1)
  7.